home *** CD-ROM | disk | FTP | other *** search
/ PLAYymate for OS/2 / Playmate for OS2.iso / p4os2022 / fourpm.doc < prev    next >
Text File  |  1993-12-22  |  3KB  |  70 lines

  1. Connect-Four for Presentation-Manager 
  2. Version 1.00, 1993/12/15
  3. (c) 1993 by Andreas Bergen 
  4.  
  5. Object of the game
  6. ------------------
  7.   The object of the game is (for each player) to place four pieces of his
  8. color in a horizontal, vertical or diagonal row. The first one to reach this 
  9. goal wins the game. If no one does so, but each position on the board has been
  10. filled, the game is a draw.
  11. The computer's color is red, your color is blue.
  12.  
  13. Legal moves
  14. -----------
  15.   You can only put a stone on top of another stone or in the bottom row of the
  16. board. Legal moves are indicated by a cross shaped mouse-pointer.
  17.  
  18. About the programming of the game
  19. ---------------------------------
  20.   Connect-Four for PM is my first attempt in writing an application in C++ and
  21. for PM. The "think-procedure" runs in its own thread to avoid the wait-pointer
  22. from being shown outside the application and therefore preventing the user from
  23. for example resizing the window or quitting the game while computing the next
  24. move.
  25.   I hope that there are not so many remaining bugs and that you enjoy playing
  26. the game.   
  27.  
  28. Installation
  29. ------------
  30. Connect-Four for PM is comprised of the following:
  31.  
  32. FourPM.EXE                  the executable
  33. EMX.DLL and EMXLIBC.DLL     Dynamic link-libraries (c) by Eberhard Mattes. 
  34.                             They are needed, because FourPM.EXE has been
  35.                             compiled using GNU-CC and EMX.
  36. FourPM.DOC                  you are reading it.
  37.  
  38.   To install the game, simply verify, that the DLL's are in a directory that is
  39. in your LIBPATH. The current directory is ok, if a simple '.' is one of the
  40. entries in your LIBPATH.
  41.  
  42. License
  43. -------
  44.   Connect-Four for PM is copyrighted material. Permission is hereby granted to
  45. distribute and copy Connect-Four for PM, provided that:
  46. All four files (FourPM.EXE, EMX.DLL, EMXLIBC.DLL, FourPM.DOC) are distributed
  47. unmodified and as a group, and that no charge be made for copying and/or
  48. distribution, except a minimal fee covering media or handling expenses.  
  49. If you like and use the program, any amount of cash may be sent in my direction:
  50. I think, 25 DM, that is about $15 is appreciated. If you decide to honour my
  51. work you should know that german banks take a high fee of $8-$10 for discharging
  52. foreign cheques, so sending me a bank note is cheaper.
  53. You can also get the complete source code of the program for $150.
  54.  
  55.  
  56. Any suggestions, bug reports or frustration-reports about how often you lost
  57. should be sent to
  58.  
  59. Andreas Bergen
  60. Danziger Straße 35
  61. 71737 Kirchberg an der Murr
  62. Germany
  63.  
  64. or
  65.  
  66. E-Mail:bergen@minnie.informatik.uni-stuttgart.de
  67.  
  68. I like receiving E-Mails ;-)
  69.  
  70.